Home
last modified time | relevance | path

Searched defs:ModPath (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DFunctionInfo.h67 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } in setModulePath()
204 uint64_t getModuleId(const StringRef ModPath) const { in getModuleId()
226 StringRef addModulePath(StringRef ModPath, uint64_t ModId) { in addModulePath()
/external/llvm/lib/IR/
DFunctionInfo.cpp24 StringRef ModPath; in mergeFrom() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp1457 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in loadModule() local