Home
last modified time | relevance | path

Searched defs:GVName (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DMangler.cpp32 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
58 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
65 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix()
71 const Twine &GVName, const DataLayout &DL) { in getNameWithPrefix()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp191 StringRef GVName = GV->getName(); in emitDebugInfoForFunction() local
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp515 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
/external/clang/lib/CodeGen/
DCGExpr.cpp2253 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local