Home
last modified time | relevance | path

Searched defs:SectionIndex (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp25 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
340 getSection(LVScope * Scope,LVAddress Address,LVSectionIndex SectionIndex) getSection() argument
370 addSectionRange(LVSectionIndex SectionIndex,LVScope * Scope) addSectionRange() argument
376 addSectionRange(LVSectionIndex SectionIndex,LVScope * Scope,LVAddress LowerAddress,LVAddress UpperAddress) addSectionRange() argument
383 getSectionRanges(LVSectionIndex SectionIndex) getSectionRanges() argument
395 createInstructions(LVScope * Scope,LVSectionIndex SectionIndex,const LVNameInfo & NameInfo) createInstructions() argument
530 createInstructions(LVScope * Function,LVSectionIndex SectionIndex) createInstructions() argument
571 LVSectionIndex SectionIndex = getSymbolTableIndex(Scope->getLinkageName()); createInstructions() local
585 processLines(LVLines * DebugLines,LVSectionIndex SectionIndex,LVScope * Function) processLines() argument
790 processLines(LVLines * DebugLines,LVSectionIndex SectionIndex) processLines() argument
861 LVSectionIndex SectionIndex = Entry.first; processLines() local
893 includeInlineeLines(LVSectionIndex SectionIndex,LVScope * Function) includeInlineeLines() argument
[all...]
H A DLVDWARFReader.cpp656 LVSectionIndex SectionIndex = updateSymbolTable(CurrentScope); processOneDie() local
966 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit); createScopes() local
1233 LVSectionIndex SectionIndex = Section->getIndex(); mapRangeAddress() local
[all...]
H A DLVCodeViewReader.cpp767 LVSectionIndex SectionIndex = SymbolTableEntry.SectionIndex; traverseSymbolSection() local
1131 LVSectionIndex SectionIndex = DotTextSectionIndex; processModule() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h22 uint64_t SectionIndex; member
H A DDWARFDebugRangeList.h39 uint64_t SectionIndex; member
H A DDWARFAddressRange.h28 uint64_t SectionIndex; member
H A DDWARFDebugLoc.h41 uint64_t SectionIndex; member
H A DDWARFFormValue.h53 uint64_t SectionIndex; /// Section index for reference forms. member
H A DDWARFListTable.h32 uint64_t SectionIndex; member
/llvm-project/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp375 handleStabOSOEntry(StringIndex, Type, SectionIndex, in parseOneBinary() argument
394 handleStabSymbolTableEntry(StringIndex, Type, SectionIndex, Flags, Value, in parseOneBinary() argument
466 dumpSymTabEntry(raw_ostream & OS,uint64_t Index,uint32_t StringIndex,uint8_t Type,uint8_t SectionIndex,uint16_t Flags,uint64_t Value) dumpSymTabEntry() argument
610 handleStabOSOEntry(uint32_t StringIndex,uint8_t Type,uint8_t SectionIndex,uint16_t Flags,uint64_t Value,llvm::DenseSet<OSO> & OSOs,llvm::SmallSet<OSO,4> & Duplicates) handleStabOSOEntry() argument
623 handleStabSymbolTableEntry(uint32_t StringIndex,uint8_t Type,uint8_t SectionIndex,uint16_t Flags,uint64_t Value,const llvm::SmallSet<OSO,4> & Duplicates) handleStabSymbolTableEntry() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp96 getCOFFSectionName(COFFSectionIndex SectionIndex,const object::coff_section * Sec,object::COFFSymbolRef Sym) getCOFFSectionName() argument
218 COFFSectionIndex SectionIndex = Sym->getSectionNumber(); graphifySymbols() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp132 uint64_t SectionIndex = HexagonMCEmitCommonSymbol() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h39 LVSectionIndex SectionIndex = 0; member
[all...]
/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h368 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 DMachODumper.cpp323 uint8_t SectionIndex; member
471 int SectionIndex = -1; in printSectionHeaders() local
/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp999 SectionIndex, CSectionRe in writeSymbolEntryForControlSection() argument
945 writeSymbolEntryForCsectMemberLabel(const Symbol & SymbolRef,const XCOFFSection & CSectionRef,int16_t SectionIndex,uint64_t SymbolOffset) writeSymbolEntryForCsectMemberLabel() argument
989 writeSymbolEntryForDwarfSection(const XCOFFSection & DwarfSectionRef,int16_t SectionIndex) writeSymbolEntryForDwarfSection() argument
1223 const int16_t SectionIndex = Section->Index; writeSymbolTable() local
1440 int32_t SectionIndex = 1; assignAddressesAndIndices() local
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h96 uint8_t SectionIndex; global() member
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp566 uint32_t SectionIndex) { in writeRelocSection() argument
665 uint32_t SectionIndex = 0; writeWasm() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp559 std::string Text = (Twine(" 0x") + Twine::utohexstr(SectionIndex) + in printLinkageName() local
H A DLVScope.cpp1243 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
/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp117 uint32_t SectionIndex = 0; in dumpCustomSection() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp369 uint64_t SectionIndex) { in dumpAddressSection() argument
H A DDWARFDebugLoc.cpp213 uint64_t SectionIndex; visitLocationList() local
[all...]
/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h149 uint64_t SectionIndex = UndefSection; member
/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp55 uint64_t FuncLowPC, FuncHighPC, SectionIndex; addVariable() local

12