Home
last modified time | relevance | path

Searched refs:getMCDwarfDirs (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCDwarf.h354 const SmallVectorImpl<std::string> &getMCDwarfDirs() const { in getMCDwarfDirs() function
358 SmallVectorImpl<std::string> &getMCDwarfDirs() { in getMCDwarfDirs() function
HDMCContext.h572 const SmallVectorImpl<std::string> &getMCDwarfDirs(unsigned CUID = 0) {
573 return getMCDwarfLineTable(CUID).getMCDwarfDirs();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCContext.cpp602 for (auto &Dir : CUIDTablePair.second.getMCDwarfDirs()) in RemapDebugPaths()
HDMCDwarf.cpp1014 const SmallVectorImpl<std::string> &MCDwarfDirs = context.getMCDwarfDirs(); in EmitGenDwarfInfo()