Searched defs:GVName (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | Mangler.cpp | 32 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/ |
D | WinCodeViewLineTables.cpp | 191 StringRef GVName = GV->getName(); in emitDebugInfoForFunction() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 515 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2253 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local
|