Home
last modified time | relevance | path

Searched refs:CoffSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h140 const llvm::object::coff_section *CoffSection,
156 Error resolveSymbol(const llvm::object::coff_section *CoffSection,
158 Error resolveSymbolName(const llvm::object::coff_section *CoffSection,
205 void getLinkageName(const llvm::object::coff_section *CoffSection,
H A DLVCodeViewVisitor.h87 const llvm::object::coff_section *CoffSection;
96 CoffSection = Obj->getCOFFSection(Section); in LVSymbolVisitorDelegate()
88 const llvm::object::coff_section *CoffSection; global() variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp101 const coff_section *CoffSection, in printRelocatedField() argument
107 if (!resolveSymbolName(CoffSection, RelocOffset, Symbol)) in printRelocatedField()
113 void LVCodeViewReader::getLinkageName(const coff_section *CoffSection, in getLinkageName() argument
118 if (resolveSymbolName(CoffSection, RelocOffset, Symbol)) in getLinkageName()
163 const coff_section *CoffSection = getObj().getCOFFSection(Section); in cacheRelocations() local
165 auto &RM = RelocMap[CoffSection]; in cacheRelocations()
177 Error LVCodeViewReader::resolveSymbol(const coff_section *CoffSection, in resolveSymbol() argument
179 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol()
197 Error LVCodeViewReader::resolveSymbolName(const coff_section *CoffSection, in resolveSymbolName() argument
200 if (Error E = resolveSymbol(CoffSection, Offset, Symbol)) in resolveSymbolName()
H A DLVCodeViewVisitor.cpp671 Reader->printRelocatedField(Label, CoffSection, RelocOffset, Offset, in printRelocatedField()
678 Reader->getLinkageName(CoffSection, RelocOffset, Offset, RelocSym); in getLinkageName()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp476 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution() local
483 (CoffSection->VirtualSize > 0) || (CoffSection->SizeOfRawData > 0); in isRequiredForExecution()
485 CoffSection->Characteristics & in isRequiredForExecution()