Searched refs:CoffSection (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 140 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 D | LVCodeViewVisitor.h | 87 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 D | LVCodeViewReader.cpp | 106 const coff_section *CoffSection, in printRelocatedField() argument 112 if (!resolveSymbolName(CoffSection, RelocOffset, Symbol)) in printRelocatedField() 118 void LVCodeViewReader::getLinkageName(const coff_section *CoffSection, in getLinkageName() argument 123 if (resolveSymbolName(CoffSection, RelocOffset, Symbol)) in getLinkageName() 168 const coff_section *CoffSection = getObj().getCOFFSection(Section); in cacheRelocations() local 171 RelocMap[CoffSection].push_back(Relocacion); in cacheRelocations() 174 llvm::sort(RelocMap[CoffSection], [](RelocationRef L, RelocationRef R) { in cacheRelocations() 182 Error LVCodeViewReader::resolveSymbol(const coff_section *CoffSection, in resolveSymbol() argument 184 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol() 202 Error LVCodeViewReader::resolveSymbolName(const coff_section *CoffSection, in resolveSymbolName() argument [all...] |
H A D | LVCodeViewVisitor.cpp | 684 Reader->printRelocatedField(Label, CoffSection, RelocOffset, Offset, in printRelocatedField() 691 Reader->getLinkageName(CoffSection, RelocOffset, Offset, RelocSym); in getLinkageName()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 476 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution() local 483 (CoffSection->VirtualSize > 0) || (CoffSection->SizeOfRawData > 0); in isRequiredForExecution() 485 CoffSection->Characteristics & in isRequiredForExecution()
|