Home
last modified time | relevance | path

Searched defs:LocInfos (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp189 std::vector<const MDNode *> &LocInfos) { in getLocCookie()
220 std::vector<const MDNode *> &LocInfos) { in doInitialization()
246 std::vector<const MDNode *> &LocInfos) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp127 std::vector<const MDNode *> &LocInfos) { in initializeRecordStreamer()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp50 std::vector<const MDNode *> &LocInfos = Context.getLocInfos(); in addInlineAsmDiagBuffer() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h115 std::vector<const MDNode *> LocInfos; variable