Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/
DEventListenerCommon.h50 SmallString<256> FullPath; in getFullPath() local
52 FullPath = DirName; in getFullPath()
55 sys::path::append(FullPath, FileName); in getFullPath()
57 P = FullPath.str(); in getFullPath()
/freebsd-9-stable/contrib/llvm/lib/Object/
DArchive.cpp172 bool FullPath) const { in getMemoryBuffer()
178 getBuffer(), FullPath ? (Twine(Parent->getFileName()) + "(" + Name + ")") in getMemoryBuffer()
/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DArchive.h92 bool FullPath = false) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DVTableBuilder.cpp3207 VFPtrInfo::BasePath &FullPath = VFPtr.PathToBaseWithVFPtr; in CalculatePathToMangle() local
3208 if (FullPath.empty()) { in CalculatePathToMangle()
3222 while (FullPath[Begin] != VFPtr.LastVBase) { in CalculatePathToMangle()
3224 assert(Begin < FullPath.size()); in CalculatePathToMangle()
3229 for (unsigned I = FullPath.size(); I != Begin; --I) { in CalculatePathToMangle()
3230 const CXXRecordDecl *CurBase = FullPath[I - 1], in CalculatePathToMangle()
3231 *ItsBase = (I == 1) ? RD : FullPath[I - 2]; in CalculatePathToMangle()