Home
last modified time | relevance | path

Searched defs:RelocationOffset (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h42 static constexpr uint32_t RelocationOffset = 32; variable
458 static constexpr uint32_t RelocationOffset = 8; variable
479 static constexpr uint32_t RelocationOffset = 12; variable
551 static constexpr uint32_t RelocationOffset = 8; variable
622 static constexpr uint32_t RelocationOffset = 16; variable
645 static constexpr uint32_t RelocationOffset = 4; variable
822 static constexpr uint32_t RelocationOffset = 4; variable
842 static constexpr uint32_t RelocationOffset = 4; variable
864 static constexpr uint32_t RelocationOffset = 4; variable
957 static constexpr uint32_t RelocationOffset = 8; variable
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp79 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp263 uint64_t RelocationOffset = Relocation.getOffset(); resolveSymbol() local
334 uint64_t RelocationOffset = Relocation.getOffset(); printBinaryBlockWithRelocs() local
H A DARMWinEHPrinter.cpp257 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp187 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local
H A DLVCodeViewVisitor.cpp709 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument