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

/freebsd-current/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-current/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp915 MCSection *TargetSection = &A.getSection(); local
917 SectionMap.contains(TargetSection) &&
919 COFFSection *Section = SectionMap[TargetSection];
1111 MCSection *TargetSection = &S->getSection(); local
1112 assert(SectionMap.contains(TargetSection) &&
1115 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1224 auto &TargetSection = TargetBlock.getSection();
1225 if ((TargetSection.getMemProt() & MemProt::Exec) == MemProt::Exec)
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp332 IO.mapRequired("TargetSection", Symbol.TargetSection);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp152 W.printNumber("TargetSection", Tramp.TargetSection);
H A DSymbolRecordMapping.cpp82 error(IO.mapInteger(Tramp.TargetSection));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h100 uint16_t TargetSection = 0; member in class:llvm::codeview::TrampolineSym
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp451 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset));

Completed in 135 milliseconds