Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCDwarf.h234 const SmallVectorImpl<std::string> &getMCDwarfDirs() const { in getMCDwarfDirs() function
238 SmallVectorImpl<std::string> &getMCDwarfDirs() { in getMCDwarfDirs() function
DMCContext.h424 const SmallVectorImpl<std::string> &getMCDwarfDirs(unsigned CUID = 0) {
425 return getMCDwarfLineTable(CUID).getMCDwarfDirs();
/external/llvm/lib/MC/
DMCDwarf.cpp718 const SmallVectorImpl<std::string> &MCDwarfDirs = context.getMCDwarfDirs(); in EmitGenDwarfInfo()