Searched defs:OutContext (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
H A DFaultMaps.cpp30 MCContext &OutContext = AP.OutStreamer->getContext(); local
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
[all...]
H A DStackMaps.cpp287 MCContext &OutContext = AP.OutStreamer->getContext(); local
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/
H A DAsmPrinter.h74 /// OutContext - This is the context for the output file that we are
77 MCContext &OutContext; member in class:llvm::AsmPrinter
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLLVMTargetMachine.cpp295 MCContext *&OutContext) {
372 OutContext = &MMI->getContext(); // Return the MCContext specifically by-ref.
292 addCommonCodeGenPasses(PassManagerBase &PM, CodeGenOpt::Level OptLevel, bool DisableVerify, MCContext *&OutContext) argument
H A DELFWriter.h76 MCContext &OutContext; member in class:llvm::ELFWriter
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXTargetMachine.cpp196 MCContext *&OutContext) {
254 OutContext = &MMI->getContext(); // Return the MCContext specifically by-ref.
193 addCommonCodeGenPasses(PassManagerBase &PM, CodeGenOpt::Level OptLevel, bool DisableVerify, MCContext *&OutContext) argument
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h79 MCContext &OutContext; member in class:llvm::AsmPrinter
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp78 MCSymbol *Sym, MCContext &OutContext) {
80 OutContext);
81 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, OutContext);
86 MCContext &OutContext) {
87 return createSparcMCOperand(SparcMCExpr::VK_Sparc_None, Label, OutContext);
93 MCContext &OutContext)
95 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext);
97 OutContext);
99 OutContext);
101 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext);
77 createSparcMCOperand(SparcMCExpr::VariantKind Kind, MCSymbol *Sym, MCContext &OutContext) argument
85 createPCXCallOP(MCSymbol *Label, MCContext &OutContext) argument
90 createPCXRelExprOp(SparcMCExpr::VariantKind Kind, MCSymbol *GOTLabel, MCSymbol *StartLabel, MCSymbol *CurLabel, MCContext &OutContext) argument
160 EmitHiLo(MCStreamer &OutStreamer, MCSymbol *GOTSym, SparcMCExpr::VariantKind HiKind, SparcMCExpr::VariantKind LoKind, MCOperand &RD, MCContext &OutContext, const MCSubtargetInfo &STI) argument
[all...]

Completed in 1956 milliseconds