Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp773 MCSection *TargetSection = &A.getSection(); in recordRelocation() local
775 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
777 Reloc.Symb = SectionMap[TargetSection]->Symbol; in recordRelocation()
1110 MCSection *TargetSection = &S->getSection(); in writeObject() local
1111 assert(SectionMap.find(TargetSection) != SectionMap.end() && in writeObject()
1114 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
H A DSymbolDumper.cpp154 W.printNumber("TargetSection", Tramp.TargetSection); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp318 IO.mapRequired("TargetSection", Symbol.TargetSection); in map()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h101 uint16_t TargetSection = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp425 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()