HomeSort by: relevance | last modified time | path
    Searched refs:getRelocationOffset (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 50 uint32_t getRelocationOffset() const {
446 uint32_t getRelocationOffset() const {
467 uint32_t getRelocationOffset() const {
492 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); }
516 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader); }
540 uint32_t getRelocationOffset() const {
577 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); }
609 uint32_t getRelocationOffset() const {
632 uint32_t getRelocationOffset() const {
809 uint32_t getRelocationOffset() const
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 126 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(),
202 CallSiteInfo.getRelocationOffset(),
299 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(),
320 DefRangeFramePointerRel.getRelocationOffset());
334 DefRangeRegisterRel.getRelocationOffset());
345 DefRangeRegister.getRelocationOffset());
357 DefRangeSubfieldRegister.getRelocationOffset());
376 DefRangeSubfield.getRelocationOffset());
393 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset());
403 FrameCookie.getRelocationOffset(),
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 285 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
546 return OwningObject->getRelocationOffset(RelocationPimpl);
Wasm.h 198 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
XCOFFObjectFile.h 307 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
ELFObjectFile.h 300 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
1011 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const {
MachO.h 336 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
COFF.h 967 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 350 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const {
COFFObjectFile.cpp 1151 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const {
WasmObjectFile.cpp 1697 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const {
MachOObjectFile.cpp 2131 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const {

Completed in 27 milliseconds