Home
last modified time | relevance | path

Searched defs:CoffSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp106 const coff_section *CoffSection, in printRelocatedField()
118 void LVCodeViewReader::getLinkageName(const coff_section *CoffSection, in getLinkageName()
168 const coff_section *CoffSection = getObj().getCOFFSection(Section); in cacheRelocations() local
182 Error LVCodeViewReader::resolveSymbol(const coff_section *CoffSection, in resolveSymbol()
202 Error LVCodeViewReader::resolveSymbolName(const coff_section *CoffSection, in resolveSymbolName()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h87 const llvm::object::coff_section *CoffSection; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp476 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution() local