Home
last modified time | relevance | path

Searched refs:GlobalId (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test11 YAML-NEXT: GlobalId: 9283
13 YAML-NEXT: GlobalId: 9123
20 YAML-NEXT: GlobalId: 6097
22 YAML-NEXT: GlobalId: 4677
/external/clang/test/CodeGenObjC/
Dobjc2-assign-global.m26 id GlobalId;
50 ASSIGNTEST(GlobalId, GlobalAssigns); // objc_assign_global
Dobjc2-write-barrier.m44 id GlobalId;
72 ASSIGNTEST(GlobalId, GlobalAssigns); // objc_assign_global
/external/libchrome/base/trace_event/
Dtrace_event.h101 #define TRACE_ID_GLOBAL(id) trace_event_internal::TraceID::GlobalId(id)
535 class GlobalId {
537 explicit GlobalId(unsigned long long raw_id) : raw_id_(raw_id) {} in GlobalId() function
551 WithScope(const char* scope, GlobalId global_id) in WithScope()
559 WithScope(const char* scope, unsigned long long prefix, GlobalId global_id) in WithScope()
655 TraceID(GlobalId raw_id) : raw_id_(raw_id.raw_id()) { in TraceID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4841 std::string GlobalId = in setValueGUID() local
4843 auto ValueGUID = GlobalValue::getGUID(GlobalId); in setValueGUID()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5907 std::string GlobalId = in parseValueSymbolTable() local
5909 auto ValueGUID = GlobalValue::getGUID(GlobalId); in parseValueSymbolTable()