HomeSort by relevance Sort by last modified time
    Searched refs:FunctionName (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/DebugInfo/
DIContext.h 30 SmallString<16> FunctionName;
35 : FileName("<invalid>"), FunctionName("<invalid>"),
38 const SmallString<16> &functionName,
40 : FileName(fileName), FunctionName(functionName),
44 const char *getFunctionName() { return FunctionName.c_str(); }
51 FunctionName.equals(RHS.FunctionName);
83 FunctionName = 1 << 2
  /external/compiler-rt/utils/llvm-symbolizer/
llvm-symbolizer.cpp 70 Flags |= llvm::DILineInfoSpecifier::FunctionName;
133 string &FunctionName) const {
149 FunctionName = Name.str();
254 string FunctionName = LineInfo.getFunctionName();
255 if (FunctionName == kDILineInfoBadString)
256 FunctionName = kSymbolizerBadString;
260 FunctionName.c_str(), 0, 0, &status);
262 FunctionName = DemangledName;
266 outs() << FunctionName << "\n";
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 212 std::string FunctionName = "<invalid>";
215 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) {
224 FunctionName = Name;
236 return DILineInfo(StringRef(FileName), StringRef(FunctionName),
257 std::string FunctionName = "<invalid>";
261 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) {
263 FunctionName = Name;
289 DILineInfo Frame(StringRef(FileName), StringRef(FunctionName),
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.cpp 29 #define ASSIGN_FUNCTION_TABLE_ENTRY(FunctionName, success) \
30 openGLFunctionTable()->FunctionName = reinterpret_cast<FunctionName##Type>(lookupOpenGLFunctionAddress(#FunctionName, success))
51 static void* lookupOpenGLFunctionAddress(const char* functionName, bool& success)
56 void* target = getProcAddress(functionName);
60 String fullFunctionName(functionName);
66 fullFunctionName = functionName;
OpenGLShims.h 122 #define FUNCTION_TABLE_ENTRY(FunctionName) FunctionName##Type FunctionName
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 205 std::string FunctionName, BlockName;
206 In >> FunctionName;
210 std::make_pair(FunctionName, BlockName));
  /external/v8/src/
accessors.h 42 V(FunctionName) \
scopeinfo.cc 231 String* ScopeInfo::FunctionName() {
356 FunctionName() == name) {
484 FunctionName()->ShortPrint();
accessors.cc 539 // Accessors::FunctionName
551 const AccessorDescriptor Accessors::FunctionName = {
bootstrapper.cc 399 Handle<Foreign> f(factory()->NewForeign(&Accessors::FunctionName));
544 Handle<Foreign> f(factory()->NewForeign(&Accessors::FunctionName));
    [all...]
profile-generator.cc     [all...]
objects.h     [all...]
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 119 SpecFlags |= DILineInfoSpecifier::FunctionName;
  /frameworks/compile/slang/
slang_rs_reflection.h 186 const std::string &FunctionName,
193 const std::string &FunctionName,
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGObjCGNU.cpp 52 const char *FunctionName;
58 LazyRuntimeFunction() : CGM(0), FunctionName(0), Function(0) {}
66 FunctionName = name;
81 if (0 == FunctionName) return 0;
87 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 767 std::string FunctionName = std::string(kAsanReportErrorTemplate) +
771 M.getOrInsertFunction(FunctionName, IRB.getVoidTy(), IntptrTy, NULL));
    [all...]

Completed in 436 milliseconds