HomeSort by relevance Sort by last modified time
    Searched defs:OutContext (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/CodeGen/
FaultMaps.cpp 30 MCContext &OutContext = AP.OutStreamer->getContext();
31 MCSymbol *FaultingLabel = OutContext.createTempSymbol();
36 MCSymbolRefExpr::create(FaultingLabel, OutContext),
37 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext);
40 MCSymbolRefExpr::create(HandlerLabel, OutContext),
41 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext);
51 MCContext &OutContext = AP.OutStreamer->getContext();
56 OutContext.getObjectFileInfo()->getFaultMapSection()
    [all...]
StackMaps.cpp 287 MCContext &OutContext = AP.OutStreamer->getContext();
288 MCSymbol *MILabel = OutContext.createTempSymbol();
329 MCSymbolRefExpr::create(MILabel, OutContext),
330 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext);
530 MCContext &OutContext = AP.OutStreamer->getContext();
535 OutContext.getObjectFileInfo()->getStackMapSection();
539 OS.EmitLabel(OutContext.getOrCreateSymbol(Twine("__LLVM_StackMaps")));
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 74 /// OutContext - This is the context for the output file that we are
77 MCContext &OutContext;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.h 76 MCContext &OutContext;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 79 MCContext &OutContext;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 84 MCContext &OutContext;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 88 MCContext &OutContext;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 88 MCContext &OutContext;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 86 MCContext &OutContext;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 86 MCContext &OutContext;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 86 MCContext &OutContext;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 86 MCContext &OutContext;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 84 MCContext &OutContext;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 88 MCContext &OutContext;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 88 MCContext &OutContext;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 86 MCContext &OutContext;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 86 MCContext &OutContext;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 86 MCContext &OutContext;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 86 MCContext &OutContext;

Completed in 103 milliseconds