Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp265 std::unique_ptr<DWARFDebugMacro> Macinfo; member in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
489 if (!Macinfo) in getDebugMacinfo()
490 Macinfo = parseMacroOrMacinfo(MacinfoSection); in getDebugMacinfo()
491 return Macinfo.get(); in getDebugMacinfo()
1139 if (auto Macinfo = getDebugMacinfo()) in dump() local
1140 Macinfo->dump(OS); in dump()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4773 unsigned Macinfo = dwarf::getMacinfo(Lex.getStrVal()); in parseMDField() local
4774 if (Macinfo == dwarf::DW_MACINFO_invalid) in parseMDField()
4777 assert(Macinfo <= Result.Max && "Expected valid DWARF macinfo type"); in parseMDField()
4779 Result.assign(Macinfo); in parseMDField()