Searched refs:getOrCreateObject (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 253 auto DbgObjOrErr = getOrCreateObject(Path, ArchName); in lookUpDsymFile() 281 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject() 298 auto ObjOrErr = getOrCreateObject(Path, ArchName); in getOrCreateObjectPair() 322 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject() function in llvm::symbolize::LLVMSymbolizer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 261 auto DbgObjOrErr = getOrCreateObject(Path, ArchName); in lookUpDsymFile() 289 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject() 306 auto ObjOrErr = getOrCreateObject(Path, ArchName); in getOrCreateObjectPair() 330 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject() function in llvm::symbolize::LLVMSymbolizer
|
/external/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 88 Expected<ObjectFile *> getOrCreateObject(const std::string &Path,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 100 Expected<ObjectFile *> getOrCreateObject(const std::string &Path,
|
/external/v8/src/inspector/ |
D | v8-debugger-agent-impl.cc | 297 protocol::DictionaryValue* getOrCreateObject(protocol::DictionaryValue* object, in getOrCreateObject() function 493 getOrCreateObject(m_state, DebuggerAgentState::breakpointsByRegex); in setBreakpointByUrl() 496 breakpoints = getOrCreateObject( in setBreakpointByUrl() 497 getOrCreateObject(m_state, DebuggerAgentState::breakpointsByUrl), in setBreakpointByUrl() 501 breakpoints = getOrCreateObject( in setBreakpointByUrl() 502 getOrCreateObject(m_state, in setBreakpointByUrl() 531 getOrCreateObject(m_state, DebuggerAgentState::breakpointHints); in setBreakpointByUrl()
|