Searched refs:TargetSection (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; local
78 bool IsCode = TargetSection.isText();
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp755 MCSection *TargetSection = &A.getSection(); local
757 SectionMap.find(TargetSection) != SectionMap.end() &&
759 Reloc.Symb = SectionMap[TargetSection]->Symbol;
1045 MCSection *TargetSection = &S->getSection(); local
1046 assert(SectionMap.find(TargetSection) != SectionMap.end() &&
1049 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp154 W.printNumber("TargetSection", Tramp.TargetSection);
H A DSymbolRecordMapping.cpp82 error(IO.mapInteger(Tramp.TargetSection));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp295 IO.mapRequired("TargetSection", Symbol.TargetSection);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h101 uint16_t TargetSection = 0; member in class:llvm::codeview::TrampolineSym
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp414 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset));

Completed in 148 milliseconds