Home
last modified time | relevance | path

Searched defs:CommonSize (Results 1 – 19 of 19) 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/prebuilts/go/linux-x86/src/internal/abi/
Dcompiletype.go15 func CommonSize(ptrSize int) int { return 4*ptrSize + 8 + 8 } func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp208 uint64_t CommonSize = 0; in loadObjectImpl() local
608 uint64_t CommonSize = 0; in computeTotalAllocSize() local
747 uint64_t CommonSize, in emitCommonSymbols()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp208 uint64_t CommonSize = 0; in loadObjectImpl() local
591 uint64_t CommonSize = 0; in computeTotalAllocSize() local
719 uint64_t CommonSize, in emitCommonSymbols()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp470 uint64_t CommonSize = 0; in computeTotalAllocSize() local
573 uint64_t CommonSize = 0; in emitCommonSymbols() local
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCSymbol.h130 uint64_t CommonSize; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbol.h135 uint64_t CommonSize; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCSymbol.h142 uint64_t CommonSize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCSymbol.h144 uint64_t CommonSize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCSymbol.h144 uint64_t CommonSize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCSymbol.h144 uint64_t CommonSize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCSymbol.h144 uint64_t CommonSize; member
/aosp_15_r20/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp426 uint64_t CommonSize = getCommonSize(Obj); in printObjectSectionSizes() local
/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp109 uint64_t CommonSize = 0; member