Home
last modified time | relevance | path

Searched refs:getOrdinal (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp186 Index = A_SD.getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
205 Index = B_SD.getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
237 Index = SD.getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
526 Index = SymSD.getOrdinal() + 1; in RecordX86Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp203 Index = A->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
215 Index = B->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
247 Index = Symbol->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
584 Index = Sec.getOrdinal() + 1; in RecordX86Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp203 Index = A->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
215 Index = B->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
247 Index = Symbol->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation()
586 Index = Sec.getOrdinal() + 1; in RecordX86Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSection.h120 unsigned getOrdinal() const { return Ordinal; }
/external/llvm/include/llvm/MC/
DMCSection.h128 unsigned getOrdinal() const { return Ordinal; }
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp370 if (Entry.getOrdinal(Ordinal)) in printImportTables()
407 if (I->getOrdinal(Ordinal)) in printExportTable()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp375 if (Entry.getOrdinal(Ordinal)) in printImportTables()
412 if (I->getOrdinal(Ordinal)) in printExportTable()
/external/llvm/include/llvm/Object/
DCOFF.h198 uint16_t getOrdinal() const { in getOrdinal() function
957 std::error_code getOrdinal(uint32_t &Result) const;
985 std::error_code getOrdinal(uint16_t &Result) const;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1371 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal() function in ExportDirectoryEntryRef
1488 std::error_code ImportedSymbolRef::getOrdinal(uint16_t &Result) const { in getOrdinal() function in ImportedSymbolRef
1492 Result = Entry32[Index].getOrdinal(); in getOrdinal()
1498 Result = Entry64[Index].getOrdinal(); in getOrdinal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp364 Index = Sec.getOrdinal() + 1; in RecordPPCRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp364 Index = Sec.getOrdinal() + 1; in RecordPPCRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp358 Index = Sec.getOrdinal() + 1; in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1472 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal() function in ExportDirectoryEntryRef
1589 std::error_code ImportedSymbolRef::getOrdinal(uint16_t &Result) const { in getOrdinal() function in ImportedSymbolRef
1593 Result = Entry32[Index].getOrdinal(); in getOrdinal()
1599 Result = Entry64[Index].getOrdinal(); in getOrdinal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h195 uint16_t getOrdinal() const { in getOrdinal() function
1135 std::error_code getOrdinal(uint32_t &Result) const;
1163 std::error_code getOrdinal(uint16_t &Result) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h441 uint16_t getOrdinal() const { in getOrdinal() function
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp365 Index = Sec.getOrdinal() + 1; in recordRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp359 Index = SymSD.getOrdinal() + 1; in RecordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h492 uint16_t getOrdinal() const { in getOrdinal() function
/external/llvm/include/llvm/Support/
DCOFF.h436 uint16_t getOrdinal() const { in getOrdinal() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp432 Index = Sec.getOrdinal() + 1; in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp440 Index = Sec.getOrdinal() + 1; in recordRelocation()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1391 error(I.getOrdinal(Ordinal)); in printImportedSymbols()
1405 error(S.getOrdinal(Ordinal)); in printDelayImportedSymbols()
1454 error(E.getOrdinal(Ordinal)); in printCOFFExports()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h478 unsigned getOrdinal() const { return Ordinal; } in getOrdinal() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1565 error(I.getOrdinal(Ordinal)); in printImportedSymbols()
1579 error(S.getOrdinal(Ordinal)); in printDelayImportedSymbols()
1634 error(E.getOrdinal(Ordinal)); in printCOFFExports()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp428 Index = F->getParent()->getOrdinal() + 1; in RecordRelocation()
1024 return SD.getOrdinal() == ~UINT32_C(0) && in IsELFMetaDataSection()