Home
last modified time | relevance | path

Searched defs:Owner (Results 1 – 25 of 78) sorted by relevance

1234

/external/swiftshader/third_party/subzero/src/
DIceStringPool.h83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { in createWithoutString()
88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString()
133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID()
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID()
/external/llvm/include/llvm/Object/
DObjectFile.h308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
347 const ObjectFile *Owner) in SectionRef()
433 const ObjectFile *Owner) in RelocationRef()
DSymbolicFile.h174 const SymbolicFile *Owner) in BasicSymbolRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp83 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
110 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp101 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
124 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h342 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
380 const ObjectFile *Owner) in SectionRef()
474 const ObjectFile *Owner) in RelocationRef()
DSymbolicFile.h182 const SymbolicFile *Owner) in BasicSymbolRef()
/external/llvm/include/llvm/Support/
DLockFileManager.h58 Optional<std::pair<std::string, int> > Owner; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLockFileManager.h58 Optional<std::pair<std::string, int> > Owner; variable
/external/clang/test/Analysis/inlining/
Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h73 std::unique_ptr<DiagnosticConsumer> Owner; variable
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h306 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
357 const ObjectFile *Owner) in SectionRef()
417 const ObjectFile *Owner) in RelocationRef()
/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DSymbolTableListTraitsImpl.h69 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp111 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Fibonacci/
Dfibonacci.cpp110 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
/external/llvm/include/llvm/Option/
DOption.h70 const OptTable *Owner; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DOption.h79 const OptTable *Owner; variable
/external/llvm/lib/Support/
DLockFileManager.cpp59 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DLockFileManager.cpp69 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local

1234