HomeSort by relevance Sort by last modified time
    Searched refs:DILocation (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 179 DILocation LastDIL(LastLoc.getAsMDNode(Ctx));
186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx));
203 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope);
  /external/llvm/include/llvm/IR/
DebugInfo.h 717 /// DILocation - This object holds location information. This object
719 class DILocation : public DIDescriptor {
721 explicit DILocation(const MDNode *N) : DIDescriptor(N) {}
726 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); }
730 bool atSameLineAs(const DILocation &Other) const {
750 DILocation copyWithNewScope(LLVMContext &Ctx, DILexicalBlock NewScope);
861 /// processLocation - Process DILocation.
862 void processLocation(const Module &M, DILocation Loc);
    [all...]
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 137 DILocation DIL(getDebugLoc().getAsMDNode(getFunction().getContext()));
DebugInfo.cpp 585 bool DILocation::Verify() const {
839 DILocation DILocation::copyWithNewScope(LLVMContext &Ctx,
850 return DILocation(NewDIL);
855 unsigned DILocation::computeNewDiscriminator(LLVMContext &Ctx) {
    [all...]
DebugLoc.cpp 119 /// DILocation-compatible MDNode.
136 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
138 DILocation Loc(N);
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 547 DILocation DIL(DLoc.getAsMDNode(*Ctx));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 434 DILocation DL(Scope->getInlinedAt());
    [all...]

Completed in 88 milliseconds