Home
last modified time | relevance | path

Searched refs:getLocInfos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp50 std::vector<const MDNode *> &LocInfos = Context.getLocInfos(); in addInlineAsmDiagBuffer()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h439 std::vector<const MDNode *> &getLocInfos() { return LocInfos; } in getLocInfos() function