Home
last modified time | relevance | path

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

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