Home
last modified time | relevance | path

Searched refs:isFileRecord (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp117 if (SymRef.isFileRecord()) in readSymbols()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp232 if (Sym->isFileRecord()) in graphifySymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp891 } else if (Symbol->isFileRecord()) { in printCOFFSymbolTable()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp197 if (Symb.isFileRecord()) in getSymbolType()
226 if (Symb.isFileRecord()) in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h409 bool isFileRecord() const { in isFileRecord() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1691 } else if (Symbol.isFileRecord()) { in printSymbol()