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

  /external/llvm/lib/IR/
DebugLoc.cpp 37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
139 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
DebugInfo.cpp 143 /// getInlinedAt - If this variable is inlined then return inline location.
144 MDNode *DIVariable::getInlinedAt() const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 171 const MDNode *getInlinedAt() const { return InlinedAtLocation; }

Completed in 71 milliseconds