Searched refs:SysRootLen (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 294 const char *SysRoot, size_t SysRootLen);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | DebugInfo.h | 266 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 785 const char *SysRoot, size_t SysRootLen) { in LLVMDIBuilderCreateModule() argument 790 StringRef(SysRoot, SysRootLen))); in LLVMDIBuilderCreateModule()
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfo.cpp | 797 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument 808 StringRef(SysRoot, SysRootLen), StringRef(SDK, SDKLen))); in LLVMDIBuilderCreateCompileUnit()
|