Home
last modified time | relevance | path

Searched refs:coff_aux_section_definition (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h234 const llvm::object::coff_aux_section_definition *def,
239 const llvm::object::coff_aux_section_definition *def);
243 const llvm::object::coff_aux_section_definition *def,
251 COFFSymbolRef sym, const llvm::object::coff_aux_section_definition *def,
263 const llvm::object::coff_aux_section_definition *def);
267 std::vector<const llvm::object::coff_aux_section_definition *>
H A DInputFiles.cpp234 const coff_aux_section_definition *def, in readSection()
321 COFFSymbolRef sym, const coff_aux_section_definition *def) { in readAssociativeDefinition()
326 const coff_aux_section_definition *def, in readAssociativeDefinition()
383 COFFSymbolRef sym, const coff_aux_section_definition *def, in maybeAssociateSEHForMingw()
427 std::vector<const coff_aux_section_definition *> comdatDefs( in initializeSymbols()
460 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) { in initializeSymbols()
490 static const coff_aux_section_definition *findSectionDef(COFFObjectFile *obj, in findSectionDef()
497 if (const coff_aux_section_definition *def = sym.getSectionDefinition()) in findSectionDef()
506 const llvm::object::coff_aux_section_definition *def) { in handleComdatSelection()
575 const coff_aux_section_definition *leaderDef = nullptr; in handleComdatSelection()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h277 struct coff_aux_section_definition;
359 const coff_aux_section_definition *getSectionDefinition() const { in getSectionDefinition()
363 return getAux<coff_aux_section_definition>(); in getSectionDefinition()
511 struct coff_aux_section_definition { struct
528 static_assert(sizeof(coff_aux_section_definition) == 18, argument
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp821 auto *Aux = reinterpret_cast<coff_aux_section_definition *>(BufferStart + in writeSymbolTable()
829 CurrentOffset += sizeof(coff_aux_section_definition); in writeSymbolTable()
840 Aux = reinterpret_cast<coff_aux_section_definition *>(BufferStart + in writeSymbolTable()
848 CurrentOffset += sizeof(coff_aux_section_definition); in writeSymbolTable()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp57 coff_aux_section_definition *SD = in finalizeSymbolContents()
58 reinterpret_cast<coff_aux_section_definition *>( in finalizeSymbolContents()
H A DCOFFReader.cpp137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h148 const object::coff_aux_section_definition *Definition);
H A DCOFFLinkGraphBuilder.cpp514 const object::coff_aux_section_definition *Definition = in createDefinedSymbol()
557 const object::coff_aux_section_definition *Definition) { in createCOMDATExportRequest()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp156 std::vector<std::optional<object::coff_aux_section_definition>> ComdatDefs( in getCOFFObjectFileSymbolInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp875 const coff_aux_section_definition *asd; in printCOFFSymbolTable()
877 coff.getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)) in printCOFFSymbolTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1705 const coff_aux_section_definition *Aux; in printSymbol()