Searched
refs:Twine (Results
501 -
525 of
910) sorted by null
<<21222324252627282930>>
/external/clang/lib/StaticAnalyzer/Core/ |
AnalyzerOptions.cpp | 114 Config.find((Twine(CheckerName) + ":" + OptionName).str());
|
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 20 #include "llvm/ADT/Twine.h" 344 MCSymbol *createTempSymbol(const Twine &Name) const;
|
/external/llvm/lib/Analysis/ |
RegionPrinter.cpp | 238 Twine(GraphName) + " for '" + F->getName() + "' function");
|
/external/llvm/lib/ExecutionEngine/Orc/ |
IndirectionUtils.cpp | 84 const Twine &Name, Constant *Initializer) {
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOX86_64.h | 68 Twine(RelType) +
|
/external/llvm/lib/LTO/ |
ThinLTOCodeGenerator.cpp | 85 report_fatal_error(Twine("Failed to open ") + SaveTempPath + 315 report_fatal_error(Twine("Failed to open ") + EntryPath + 605 report_fatal_error(Twine("Failed to open ") + OutputName + 701 report_fatal_error(Twine("Failed to open ") + SaveTempPath +
|
/external/llvm/lib/MC/ |
MCStreamer.cpp | 12 #include "llvm/ADT/Twine.h" 71 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} 73 void MCStreamer::addExplicitComment(const Twine &T) {} 180 Context.getOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID))); 662 void MCStreamer::EmitRawText(const Twine &T) {
|
/external/llvm/lib/Support/ |
GraphWriter.cpp | 67 std::string llvm::createGraphFilename(const Twine &Name, int &FD) {
|
/external/llvm/lib/TableGen/ |
TGLexer.cpp | 16 #include "llvm/ADT/Twine.h" 42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUMCInstLower.cpp | 56 "a target-specific version: " + Twine(MI->getOpcode()));
|
/external/llvm/lib/Target/ARM/ |
ARMSubtarget.cpp | 136 ArchFS = (Twine(ArchFS) + "," + FS).str();
|
/external/llvm/lib/Transforms/Instrumentation/ |
BoundsChecking.cpp | 129 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize)
|
CFGMST.h | 165 void dumpEdges(raw_ostream &OS, const Twine &Message) const {
|
/external/llvm/tools/dsymutil/ |
BinaryHolder.cpp | 95 if (!Filename.startswith(Twine(CurArchiveName, "(").str()))
|
dsymutil.cpp | 164 static std::error_code getUniqueFile(const llvm::Twine &Model, int &ResultFD,
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
GlobalValue.h | 61 LinkageTypes linkage, const Twine &Name)
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
IRBuilder.cpp | 26 Value *IRBuilderBase::CreateGlobalString(StringRef Str, const Twine &Name) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
WindowsResource.h | 90 EmptyResError(Twine Msg, object_error ECOverride)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
RegionPrinter.cpp | 238 Twine(GraphName) + " for '" + F->getName() + "' function");
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
CFIInstrInserter.cpp | 61 report_fatal_error("Found " + Twine(ErrorNum) +
|
MachineBlockFrequencyInfo.cpp | 215 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const {
|
MachineOutliner.cpp | 61 #include "llvm/ADT/Twine.h" [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOX86_64.h | 68 Twine(RelType) +
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
MCStreamer.cpp | 14 #include "llvm/ADT/Twine.h" 99 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} 101 void MCStreamer::addExplicitComment(const Twine &T) {} 226 Context.getOrCreateSymbol(Prefix + "line_table_start" + Twine(CUID))); 844 void MCStreamer::EmitRawText(const Twine &T) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
GraphWriter.cpp | 80 std::string llvm::createGraphFilename(const Twine &Name, int &FD) {
|
Completed in 6419 milliseconds
<<21222324252627282930>>