Home
last modified time | relevance | path

Searched defs:SymSize (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp79 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h52 uint32_t SymSize = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h52 uint32_t SymSize = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h52 uint32_t SymSize = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h52 uint32_t SymSize = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h52 uint32_t SymSize = 0; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp109 size_t SymSize = IsBigObj ? sizeof(coff_symbol32) : sizeof(coff_symbol16); in readSymbols() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h207 DenseMap<const MCSymbol *, uint64_t> SymSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp420 auto SymSize = Sym.getSize() ? Sym.getSize() : B.getSize() - Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp700 size_t SymSize = (B.getAddress() + BlockSize) - in graphifyCStringSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h311 DenseMap<const MCSymbol *, uint64_t> SymSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h310 DenseMap<const MCSymbol *, uint64_t> SymSize; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dobjfile.go278 const SymSize = stringRefSize + 2 + 1 + 1 + 1 + 4 + 4 const
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dloader.go803 func (l *Loader) SymSize(i Sym) int64 { func