Home
last modified time | relevance | path

Searched defs:CommonAlign (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DIRSymtab.h123 Word CommonSize, CommonAlign; member
177 uint32_t CommonSize, CommonAlign; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DIRSymtab.h123 Word CommonSize, CommonAlign; member
177 uint32_t CommonSize, CommonAlign; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DIRSymtab.h123 Word CommonSize, CommonAlign; member
177 uint32_t CommonSize, CommonAlign; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DIRSymtab.h123 Word CommonSize, CommonAlign; member
177 uint32_t CommonSize, CommonAlign; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRSymtab.h118 Word CommonSize, CommonAlign; member
172 uint32_t CommonSize, CommonAlign; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DIRSymtab.h123 Word CommonSize, CommonAlign; member
177 uint32_t CommonSize, CommonAlign; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp209 uint32_t CommonAlign = 0; in loadObjectImpl() local
609 Align CommonAlign; in computeTotalAllocSize() local
748 uint32_t CommonAlign) { in emitCommonSymbols()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp209 uint32_t CommonAlign = 0; in loadObjectImpl() local
592 uint32_t CommonAlign = 1; in computeTotalAllocSize() local
720 uint32_t CommonAlign) { in emitCommonSymbols()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp471 uint32_t CommonAlign = 1; in computeTotalAllocSize() local
574 uint32_t CommonAlign = CommonSymbols.begin()->getAlignment(); in emitCommonSymbols() local
/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp110 unsigned CommonAlign = 0; member