Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp81 std::string ContainerName = CD->getNameAsString(); in isTest() local
82 StringRef CN(ContainerName); in isTest()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp340 [&DebugMap, &RL, this](StringRef ContainerName, in link()
349 StringRef ObjFile = ContainerName; in link()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp796 std::string ContainerName = in linkAndVerify() local
798 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h234 typedef std::function<ErrorOr<DWARFFile &>(StringRef ContainerName,