Home
last modified time | relevance | path

Searched refs:setPValue (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h68 void setPValue(const char *V) { Value.cstr = V; } in setPValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp183 P.IncludeDirectories.back().setPValue("a dir"); in createBasicPrologue()
185 P.FileNames.back().Name.setPValue("a file"); in createBasicPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp148 Dir.setPValue(S.data()); in parseV2DirFileTables()
158 FileEntry.Name.setPValue(Name.data()); in parseV2DirFileTables()
613 FileEntry.Name.setPValue(Name); in parse()