Searched defs:CoffSection (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 118 if (resolveSymbolName(CoffSection, RelocOffset, Symbol)) in getLinkageName() argument 106 printRelocatedField(StringRef Label,const coff_section * CoffSection,uint32_t RelocOffset,uint32_t Offset,StringRef * RelocSym) printRelocatedField() argument 168 const coff_section *CoffSection = getObj().getCOFFSection(Section); cacheRelocations() local 182 resolveSymbol(const coff_section * CoffSection,uint64_t Offset,SymbolRef & Sym) resolveSymbol() argument 202 resolveSymbolName(const coff_section * CoffSection,uint64_t Offset,StringRef & Name) resolveSymbolName() argument [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 87 const llvm::object::coff_section *CoffSection; variable
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 476 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution() local
|