HomeSort by: relevance | last modified time | path
    Searched refs:TargetSection (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 77 SectionRef TargetSection = *TargetSI;
78 bool IsCode = TargetSection.isText();
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID))
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp 773 MCSection *TargetSection = &A.getSection();
775 SectionMap.find(TargetSection) != SectionMap.end() &&
777 Reloc.Symb = SectionMap[TargetSection]->Symbol;
1110 MCSection *TargetSection = &S->getSection();
1111 assert(SectionMap.find(TargetSection) != SectionMap.end() &&
1114 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 101 uint16_t TargetSection = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 154 W.printNumber("TargetSection", Tramp.TargetSection);
SymbolRecordMapping.cpp 82 error(IO.mapInteger(Tramp.TargetSection));
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 318 IO.mapRequired("TargetSection", Symbol.TargetSection);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 425 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset));

Completed in 32 milliseconds