Home
last modified time | relevance | path

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

/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 …]
/llvm-project/bolt/lib/Core/
H A DBinarySection.cpp95 auto RelocationOffset = RI->Offset; in emitAsData() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp79 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange()
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp264 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local
335 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local
H A DARMWinEHPrinter.cpp257 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp187 uint64_t RelocationOffset = Relocation.getOffset(); resolveSymbol() local
H A DLVCodeViewVisitor.cpp709 printLocalVariableAddrRange(const LocalVariableAddrRange & Range,uint32_t RelocationOffset) printLocalVariableAddrRange() argument