Searched defs:SymSize (Results 1 – 8 of 8) sorted by relevance
| /external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| D | Reader.cpp | 109 size_t SymSize = IsBigObj ? sizeof(coff_symbol32) : sizeof(coff_symbol16); in readSymbols() local
|
| /external/llvm/tools/llvm-cxxdump/ |
| D | llvm-cxxdump.cpp | 79 uint64_t SymAddress, uint64_t SymSize, in collectRelocatedSymbols() 103 uint64_t SymAddress, uint64_t SymSize, StringRef SymName, in collectRelocationOffsets() 185 uint64_t SymSize = P.second; in dumpCXXData() local
|
| /external/llvm-project/llvm/tools/llvm-cxxdump/ |
| D | llvm-cxxdump.cpp | 83 uint64_t SymAddress, uint64_t SymSize, in collectRelocatedSymbols() 107 uint64_t SymAddress, uint64_t SymSize, StringRef SymName, in collectRelocationOffsets() 193 uint64_t SymSize = P.second; in dumpCXXData() local
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 207 DenseMap<const MCSymbol *, uint64_t> SymSize; variable
|
| /external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 309 DenseMap<const MCSymbol *, uint64_t> SymSize; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 311 DenseMap<const MCSymbol *, uint64_t> SymSize; variable
|
| /external/llvm-project/llvm/tools/llvm-rtdyld/ |
| D | llvm-rtdyld.cpp | 842 uint64_t SymSize = SecContent.size() - (CSymAddr - SecContent.data()); in linkAndVerify() local
|
| /external/llvm-project/llvm/tools/llvm-jitlink/ |
| D | llvm-jitlink.cpp | 292 JITTargetAddress SymSize = Sym->getSize(); in dumpSectionContents() local
|