/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 25 LVSectionIndex SectionIndex) { in add() argument 45 LVSectionIndex SectionIndex, bool IsComdat) { in add() argument 62 LVSectionIndex SectionIndex = getReader().getDotTextSectionIndex(); in update() local 122 addToSymbolTable(StringRef Name,LVScope * Function,LVSectionIndex SectionIndex) addToSymbolTable() argument 126 addToSymbolTable(StringRef Name,LVAddress Address,LVSectionIndex SectionIndex,bool IsComdat) addToSymbolTable() argument 311 getSection(LVScope * Scope,LVAddress Address,LVSectionIndex SectionIndex) getSection() argument 341 addSectionRange(LVSectionIndex SectionIndex,LVScope * Scope) addSectionRange() argument 347 addSectionRange(LVSectionIndex SectionIndex,LVScope * Scope,LVAddress LowerAddress,LVAddress UpperAddress) addSectionRange() argument 354 getSectionRanges(LVSectionIndex SectionIndex) getSectionRanges() argument 366 createInstructions(LVScope * Scope,LVSectionIndex SectionIndex,const LVNameInfo & NameInfo) createInstructions() argument 501 createInstructions(LVScope * Function,LVSectionIndex SectionIndex) createInstructions() argument 542 LVSectionIndex SectionIndex = getSymbolTableIndex(Scope->getLinkageName()); createInstructions() local 556 processLines(LVLines * DebugLines,LVSectionIndex SectionIndex,LVScope * Function) processLines() argument 761 processLines(LVLines * DebugLines,LVSectionIndex SectionIndex) processLines() argument 832 LVSectionIndex SectionIndex = Entry.first; processLines() local 864 includeInlineeLines(LVSectionIndex SectionIndex,LVScope * Function) includeInlineeLines() argument [all...] |
H A D | LVELFReader.cpp |
|
H A D | LVCodeViewReader.cpp | 767 LVSectionIndex SectionIndex = SymbolTableEntry.SectionIndex; in traverseSymbolSection() local 1131 LVSectionIndex SectionIndex = DotTextSectionIndex; in processModule() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFRelocMap.h | 22 uint64_t SectionIndex; member
|
H A D | DWARFDebugRangeList.h | 39 uint64_t SectionIndex; member
|
H A D | DWARFAddressRange.h | 28 uint64_t SectionIndex; member
|
H A D | DWARFDebugLoc.h | 41 uint64_t SectionIndex; member
|
H A D | DWARFFormValue.h | 53 uint64_t SectionIndex; /// Section index for reference forms. member
|
H A D | DWARFListTable.h | 32 uint64_t SectionIndex; member
|
H A D | DWARFDebugLine.h | 207 uint64_t SectionIndex; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 128 uint64_t SectionIndex = HexagonMCEmitCommonSymbol() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.cpp | 96 COFFLinkGraphBuilder::getCOFFSectionName(COFFSectionIndex SectionIndex, in getCOFFSectionName() 218 COFFSectionIndex SectionIndex = Sym->getSectionNumber(); in graphifySymbols() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 89 uint8_t SectionIndex; global() member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 368 uint64_t Address, std::optional<unsigned> SectionIndex) const { in FunctionAtAddress() 519 void PrinterContext<ET>::PrintIndexTable(unsigned SectionIndex, in PrintIndexTable() 627 int SectionIndex = 0; in PrintUnwindInformation() local
|
H A D | MachODumper.cpp | 323 uint8_t SectionIndex; member 471 int SectionIndex = -1; in printSectionHeaders() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 39 LVSectionIndex SectionIndex = 0; member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 945 int16_t SectionIndex, uint64_t SymbolOffset) { in writeSymbolEntryForControlSection() argument 891 writeSymbolEntryForCsectMemberLabel(const Symbol & SymbolRef,const XCOFFSection & CSectionRef,int16_t SectionIndex,uint64_t SymbolOffset) writeSymbolEntryForCsectMemberLabel() argument 935 writeSymbolEntryForDwarfSection(const XCOFFSection & DwarfSectionRef,int16_t SectionIndex) writeSymbolEntryForDwarfSection() argument 1161 const int16_t SectionIndex = Section->Index; writeSymbolTable() local 1376 int32_t SectionIndex = 1; assignAddressesAndIndices() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 566 uint32_t SectionIndex) { in writeRelocSection() 665 uint32_t SectionIndex = 0; in writeWasm() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 559 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName() local
|
H A D | LVScope.cpp | 1243 void LVScopeCompileUnit::addMapping(LVLine *Line, LVSectionIndex SectionIndex) { in addMapping() 1250 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound() local 1260 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineUpperBound() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 369 uint64_t SectionIndex) { in dumpAddressSection() argument
|
H A D | DWARFDebugLoc.cpp | 213 uint64_t SectionIndex; in visitLocationList() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 55 uint64_t FuncLowPC, FuncHighPC, SectionIndex; in addVariable() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 149 uint64_t SectionIndex = UndefSection; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 272 uint64_t SectionIndex = object::SectionedAddress::UndefSection; in notifyObjectLoaded() local
|