Searched refs:getHintNameRVA (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1570 RVA = Entry32[Index].getHintNameRVA();
1574 RVA = Entry64[Index].getHintNameRVA();
1592 std::error_code ImportedSymbolRef::getHintNameRVA(uint32_t &Result) const { function in class:ImportedSymbolRef
1594 Result = Entry32[Index].getHintNameRVA();
1596 Result = Entry64[Index].getHintNameRVA();
1607 RVA = Entry32[Index].getHintNameRVA();
1613 RVA = Entry64[Index].getHintNameRVA();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h506 uint32_t getHintNameRVA() const { function in struct:llvm::COFF::ImportLookupTableEntry32
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp381 if (Entry.getHintNameRVA(HintNameRVA))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h199 uint32_t getHintNameRVA() const { function in struct:llvm::object::import_lookup_table_entry
1178 std::error_code getHintNameRVA(uint32_t &Result) const;

Completed in 126 milliseconds