HomeSort by: relevance | last modified time | path
    Searched defs:FaultMapSection (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
FaultMaps.cpp 53 MCSection *FaultMapSection =
55 OS.SwitchSection(FaultMapSection);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 189 static bool FaultMapSection;
2063 Optional<object::SectionRef> FaultMapSection;
2073 FaultMapSection = Sec;
2080 if (!FaultMapSection.hasValue()) {
2086 unwrapOrError(FaultMapSection.getValue().getContents(), Obj->getFileName());
2274 if (FaultMapSection)
2433 FaultMapSection = InputArgs.hasArg(OBJDUMP_fault_map_section);
2598 !DynamicSymbolTable && !UnwindInfo && !FaultMapSection &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 164 MCSection *FaultMapSection = nullptr;
341 MCSection *getFaultMapSection() const { return FaultMapSection; }

Completed in 36 milliseconds